| /third_party/protobuf/objectivec/ |
| H A D | GPBWrappers.pbobjc.h | 21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources. 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | macro-assembler-x64.h | 70 // Call incsspq with {number_of_words} only if the cpu supports it. 234 // above with a conditional jump. 333 // Loads a pointer into a register with a relocation mode. 335 // This method must not be used with heap object references. The stored in Move() 426 void CompareRoot(Register with, RootIndex index); 427 void CompareRoot(Operand with, RootIndex index); 663 void JumpIfRoot(Register with, RootIndex index, Label* if_equal, in JumpIfRoot() argument 665 CompareRoot(with, index); in JumpIfRoot() 668 void JumpIfRoot(Operand with, RootIndex index, Label* if_equal, in JumpIfRoot() argument 670 CompareRoot(with, inde in JumpIfRoot() 675 JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal, Label::Distance if_not_equal_distance = Label::kFar) JumpIfNotRoot() argument 680 JumpIfNotRoot(Operand with, RootIndex index, Label* if_not_equal, Label::Distance if_not_equal_distance = Label::kFar) JumpIfNotRoot() argument [all...] |
| /third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
| H A D | 038-func-arg-with-commas.c | 2 foo(argument (with,embedded , commas) -- tricky)
|
| H A D | 056-macro-argument-with-comma.c | 1 #define bar with,embedded,commas
|
| /third_party/rust/crates/serde/test_suite/tests/ui/duplicate-attribute/ |
| H A D | with-and-serialize-with.rs | 5 #[serde(with = "w", serialize_with = "s")]
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | macro-assembler-ia32.h | 300 void CompareRoot(Register with, RootIndex index); 301 void CompareRoot(Register with, Register scratch, RootIndex index); 424 void JumpIfRoot(Register with, RootIndex index, Label* if_equal, in JumpIfRoot() argument 426 CompareRoot(with, index); in JumpIfRoot() 431 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal, in JumpIfNotRoot() argument 433 CompareRoot(with, index); in JumpIfNotRoot() 454 // the tagged HeapObject pointer. For use with FieldOperand(reg, off). 491 // Load a value from the native context with a given index. 654 void CompareStackLimit(Register with, StackLimitKind kind);
|
| /third_party/node/deps/v8/tools/mb/ |
| H A D | mb.bat | 3 :: This is required with cygwin only.
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | intel_sanitize_gpu.in | 8 Run COMMAND with ARGUMENTS and verify the GPU doesn't write outside its memory
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | module.mk | 20 $(ECHO_DRIVER)cff $(ECHO_DRIVER_DESC)OpenType fonts with extension *.otf$(ECHO_DRIVER_DONE)
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | module.mk | 20 $(ECHO_DRIVER)pfr $(ECHO_DRIVER_DESC)PFR/TrueDoc font files with extension *.pfr$(ECHO_DRIVER_DONE)
|
| /third_party/skia/third_party/externals/freetype/src/type42/ |
| H A D | module.mk | 20 $(ECHO_DRIVER)type42 $(ECHO_DRIVER_DESC)Type 42 font files with no known extension$(ECHO_DRIVER_DONE)
|
| /test/xts/dcts/ability/dmsfwk/dmsfwkstagetestserver/ |
| H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 21 @rem Set local scope for the variables with windows NT shell
|
| /test/xts/dcts/communication/dsoftbus/rpcserver/ |
| H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 21 @rem Set local scope for the variables with windows NT shell
|
| /test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/server/hap/ |
| H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 21 @rem Set local scope for the variables with windows NT shell
|
| /test/xts/dcts/multimedia/avsessionserver/ |
| H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 21 @rem Set local scope for the variables with windows NT shell
|
| /test/xts/dcts/communication/dsoftbus_request/rpcserver/ |
| H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 21 @rem Set local scope for the variables with windows NT shell
|
| /test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_stage_store/server/ |
| H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 21 @rem Set local scope for the variables with windows NT shell
|
| /test/xts/dcts/filemanagement/fileio/server/ |
| H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 21 @rem Set local scope for the variables with windows NT shell
|
| /test/xts/tools/sample/AppSampleD/ |
| H A D | hvigorw.bat | 3 :: you may not use this file except in compliance with the License. 22 @rem Set local scope for the variables with windows NT shell
|
| /test/xts/tools/sample/AppSampleE/ |
| H A D | hvigorw.bat | 3 :: you may not use this file except in compliance with the License. 22 @rem Set local scope for the variables with windows NT shell
|
| /test/xts/tools/sample/AppSampleF/ |
| H A D | hvigorw.bat | 3 :: you may not use this file except in compliance with the License. 22 @rem Set local scope for the variables with windows NT shell
|
| /third_party/gn/src/gn/ |
| H A D | rust_variables.cc | 30 This target would compile the `foo` crate with the following `extern` flag: 41 With the addition of `aliased_deps`, above target would instead compile with:
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | PluralRangesTest.java | 110 FormattedNumberRange actual = NumberRangeFormatter.with() in TestFormatting() 111 .numberFormatterBoth(NumberFormatter.with().unit(unit).unitWidth(unitWidth)) in TestFormatting()
|
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/ |
| H A D | Utils.pm | 4 # this file except in compliance with the License. You can obtain a copy 53 returned list can be used with B<alldisabled> and B<anydisabled>. 59 In an array context returns an array with each element set to 1 if the
|
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/ |
| H A D | Pod.pm | 4 # this file except in compliance with the License. You can obtain a copy 57 to be used with the given .pod file. 71 =item B<extract_pod_info> returns a hash table with the following
|