Searched refs:specifier (Results 26 - 50 of 54) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_configuration_unittest.py52 for category, specifier in config.items():
53 result_config_dict[category] = specifier
170 self.assertEqual(errors, ["Unrecognized specifier 'foo'"])
/external/lldb/source/Core/
H A DDebugger.cpp1415 // ${thread.id%8.8X} ; width.precision + specifier
1418 const char *specifier = NULL; local
1438 specifier = PRIu64;
1440 if (!specifier)
1447 specifier = PRIx64;
1449 specifier = PRIX64;
1451 specifier = PRIu64;
1453 if (specifier)
1458 format += specifier;
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_sln.sh29 --target=isa-os-cc Target specifier
H A Dgen_msvs_proj.sh31 --target=isa-os-cc Target specifier (required)
H A Dgen_msvs_vcxproj.sh32 --target=isa-os-cc Target specifier (required)
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_sln.sh29 --target=isa-os-cc Target specifier
H A Dgen_msvs_proj.sh31 --target=isa-os-cc Target specifier (required)
H A Dgen_msvs_vcxproj.sh32 --target=isa-os-cc Target specifier (required)
/external/llvm/lib/Support/Windows/
H A DSignals.inc37 // the ll format specifier for printf. However, MinGW passes the format
39 // specifier. So these warnings are spurious in this case. Since we compile
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp77 static bool IsGCBaseCallback(const CXXBaseSpecifier* specifier, argument
80 if (CXXRecordDecl* record = specifier->getType()->getAsCXXRecordDecl())
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y329 %type <selector> specifier
1203 specifier
1204 | specifier_list specifier {
1209 specifier: label
/external/clang/utils/ABITest/
H A DABITestGen.py510 for specifier in opts.bitFields.split(','):
511 if not specifier.strip():
513 name,width = specifier.strip().split(':', 1)
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp2535 /* The type specifier may contain a structure definition. Process that
2538 (void) this->type->specifier->hir(instructions, state);
2540 decl_type = this->type->specifier->glsl_type(& type_name, state);
2558 assert(this->type->specifier->structure == NULL || decl_type != NULL
2560 if (this->type->specifier->structure == NULL) {
2832 if (this->type->specifier->precision != ast_precision_none
2855 if (this->type->specifier->precision != ast_precision_none
2989 type = this->type->specifier->glsl_type(& name, state);
3031 /* This only handles "vec4 foo[..]". The earlier specifier->glsl_type(...)
3193 this->return_type->specifier
[all...]
H A Dast.h472 /** Construct a type specifier from a type name */
481 /** Construct a type specifier from a structure definition */
516 ast_type_specifier *specifier; member in class:ast_fully_specified_type
H A Dglsl_parser_extras.cpp696 specifier->print();
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2535 /* The type specifier may contain a structure definition. Process that
2538 (void) this->type->specifier->hir(instructions, state);
2540 decl_type = this->type->specifier->glsl_type(& type_name, state);
2558 assert(this->type->specifier->structure == NULL || decl_type != NULL
2560 if (this->type->specifier->structure == NULL) {
2832 if (this->type->specifier->precision != ast_precision_none
2855 if (this->type->specifier->precision != ast_precision_none
2989 type = this->type->specifier->glsl_type(& name, state);
3031 /* This only handles "vec4 foo[..]". The earlier specifier->glsl_type(...)
3193 this->return_type->specifier
[all...]
H A Dast.h472 /** Construct a type specifier from a type name */
481 /** Construct a type specifier from a structure definition */
516 ast_type_specifier *specifier; member in class:ast_fully_specified_type
H A Dglsl_parser_extras.cpp696 specifier->print();
/external/lldb/source/Target/
H A DTarget.cpp2211 Target::StopHook::SetThreadSpecifier (ThreadSpec *specifier) argument
2213 m_thread_spec_ap.reset (specifier);
/external/llvm/test/MC/ARM/
H A Dneon-vst-encoding.s279 @ verify that the old incorrect alignment specifier syntax (", :")
H A Dneon-vld-encoding.s500 @ verify that the old incorrect alignment specifier syntax (", :")
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli417 (** [target_triple m] is the target specifier for the module [m], something like
421 (** [target_triple triple m] changes the target specifier for the module [m] to
425 (** [data_layout m] is the data layout specifier for the module [m], something
430 (** [set_data_layout s m] changes the data layout specifier for the module [m]
/external/blktrace/doc/
H A Dblktrace.tex616 optionally a left-aligned specifier. These precede field specifiers,
/external/blktrace/btt/doc/
H A Dbtt.tex882 each device identifier is separated by a colon (:). A valid specifier
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 786 milliseconds

123