HomeSort by relevance Sort by last modified time
    Searched refs:definition (Results 176 - 200 of 1010) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7978.go 17 // primitive, and although gcc supports it, it doesn't inline its definition.
18 // Clang could inline its definition, so we require clang on Darwin/ARM.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
sym.go 21 Importdef *Pkg // where imported definition was found
28 Def *Node // definition: ONAME OTYPE OPACK or OLITERAL
  /prebuilts/go/linux-x86/misc/cgo/test/
issue7978.go 17 // primitive, and although gcc supports it, it doesn't inline its definition.
18 // Clang could inline its definition, so we require clang on Darwin/ARM.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
sym.go 21 Importdef *Pkg // where imported definition was found
28 Def *Node // definition: ONAME OTYPE OPACK or OLITERAL
  /external/skqp/tools/bookmaker/
mdOut.cpp 96 if (const Definition* def = this->isDefined(t, ref,
115 const Definition* altDef = def;
155 if (const Definition* def = this->isDefined(t, ref, true)) {
182 const Definition* def;
195 const Definition* paramType = this->findParamType();
235 const Definition* test = fRoot;
243 if (const Definition* def = root->find(prefixed,
390 bool MdOut::checkParamReturnBody(const Definition* def) const {
410 void MdOut::childrenOut(const Definition* def, const char* start) {
436 const Definition* MdOut::csParent() const
526 const Definition* definition = leaf.second->find(ref, local
    [all...]
  /external/tensorflow/tensorflow/python/framework/
function_test.py 310 Foo.instantiate([dtypes.float32]).definition.attr["_noinline"].b)
537 _ = TwoNone.definition
545 _ = DefaultArg.definition
552 _ = KwArgs.definition
559 _ = PlusMinusV2.definition
566 _ = PlusMinusV3.definition
988 self.assertFalse(FunctionWithStatelessOp.definition.signature.is_stateful)
989 self.assertTrue(FunctionWithStatefulOp.definition.signature.is_stateful)
991 FunctionWithStatelessFunctionCall.definition.signature.is_stateful)
993 FunctionWithStatefulFunctionCall.definition.signature.is_stateful
    [all...]
  /external/adhd/defs/
c.mk 67 -Wold-style-definition \
  /external/flatbuffers/go/
sizes.go 34 // The `byte` type is aliased (by Go definition) to uint8.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java 49 String fOriginalDef; // set definition as it appeared in user supplied rules.
50 String fExpandedDef; // set definition with any embedded named sets replaced by their defs, recursively.
104 // Match (initial parse) of a character class definition line.
118 "(.*?)" + // The rule definition
131 * Create the expanded definition for this char class,
132 * replacing any set references with the corresponding definition.
134 CharClass addCharClass(String name, String definition) {
136 fSetRefsMatcher.reset(definition);
150 System.out.printf(" %s\n", definition);
154 // Verify that the expanded set definition is valid
    [all...]
  /external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak 39 # the definition for .txt to .res.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java 46 String fOriginalDef; // set definition as it appeared in user supplied rules.
47 String fExpandedDef; // set definition with any embedded named sets replaced by their defs, recursively.
101 // Match (initial parse) of a character class definition line.
115 "(.*?)" + // The rule definition
128 * Create the expanded definition for this char class,
129 * replacing any set references with the corresponding definition.
131 CharClass addCharClass(String name, String definition) {
133 fSetRefsMatcher.reset(definition);
147 System.out.printf(" %s\n", definition);
151 // Verify that the expanded set definition is valid
    [all...]
  /external/mesa3d/docs/specs/
MESA_swap_frame_usage.spec 27 GLX_SGI_swap_control affects the definition of this extension.
28 GLX_MESA_swap_control affects the definition of this extension.
29 GLX_OML_sync_control affects the definition of this extension.
57 This definition of "percent" differs slightly from
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_model_architecture.md 49 use the definition to calculate float operations. Contributes are welcome.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
slice.go 68 // The first has definition of B has an argument, the second doesn't. Because we let
  /prebuilts/go/darwin-x86/src/text/template/
examplefunc_test.go 24 // A simple template definition to test our function.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
slice.go 68 // The first has definition of B has an argument, the second doesn't. Because we let
  /prebuilts/go/linux-x86/src/text/template/
examplefunc_test.go 24 // A simple template definition to test our function.
  /prebuilts/jdk/jdk9/darwin-x86/conf/security/
java.security 183 # appear at most once. Its BNF-style definition is:
307 package.definition=sun.misc.,\
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/conf/security/
java.security 182 # appear at most once. Its BNF-style definition is:
306 package.definition=sun.misc.,\
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/
doxia-sink-api-1.0.jar 
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/
FrameworkSpecConformance.txt 62 The definition named "EFI_MAXIMUM_CACHE_SIZE_DATA" is *NOT* consistent with CacheSubclass specification, in which
76 The field type of the definition is *NOT* consistent with CacheSubclass specification. Specification defines
129 The value of the definition is *NOT* consistent with ProcSubclass specification, in which the value is 0x0100.
140 The definition is *NOT* consistent with ProcSubclass specification, in which the name of third field is defined
191 The definition name "EFI_CACHE_ASSOCIATION_DATA" is *NOT* consistent with ProcSubclass specification 0.9, in which
351 The field name "MemorySpeed" in the definition above is *NOT* consistent with MemSubclass specification 0.9,
628 The definition is *NOT* consistent with MiscSubclass specification, in which the type of last field is defined as
629 "EFI_DEVICE_PATH_PROTOCOL". The definition in Specification may bring a little complexity on implementation. User
    [all...]
  /external/swiftshader/src/Reactor/
Optimizer.cpp 66 std::unordered_map<Ice::Variable*, Ice::Inst*> definition; member in class:__anon35658::Optimizer
364 definition.clear();
376 definition[instruction.getDest()] = &instruction;
455 deleteInstruction(definition[var]);
474 Ice::Inst *def = definition[address];
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 89 // Match (initial parse) of a character class definition line.
103 "(?<RuleDef>.*?)" // The rule definition
113 CharClass *BreakRules::addCharClass(const UnicodeString &name, const UnicodeString &definition, UErrorCode &status) {
115 // Create the expanded definition for this char class,
116 // replacing any set references with the corresponding definition.
120 fSetRefsMatcher->reset(definition);
132 // Verify that the expanded set definition is valid.
144 CharClass *cclass = new CharClass(name, definition, expandedDef, s);
161 void BreakRules::addRule(const UnicodeString &name, const UnicodeString &definition, UErrorCode &status) {
164 thisRule->fRule = definition;
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 317 int definition = attrs & LTO_SYMBOL_DEFINITION_MASK; local
319 switch (definition) {
337 (*message)(LDPL_ERROR, "Unknown definition attribute: %d", definition);

Completed in 610 milliseconds

1 2 3 4 5 6 78 91011>>