/external/v8/test/mjsunit/harmony/ |
block-const-assign-sloppy.js | 121 function(decl) { return decl; }, 122 function(decl) { return "eval(\'" + decl + "\')"; }, 123 function(decl) { return "{ " + decl + " }"; }, 124 function(decl) { return "(function() { " + decl + " })()"; },
|
/system/tools/aidl/ |
generate_java_binder.cpp | 255 Constant* decl = new Constant; local 256 decl->name = constant.GetName(); 257 decl->value = constant.GetValue(); 259 interface->elements.push_back(decl); 284 Method* decl = new Method; local 285 decl->comment = method.GetComments(); 286 decl->modifiers = PUBLIC; 287 decl->returnType = method.GetType().GetLanguageType<Type>(); 288 decl->returnTypeDimension = method.GetType().IsArray() ? 1 : 0; 289 decl->name = method.GetName() [all...] |
/external/clang/test/CodeGen/ |
dllimport.c | 47 // Make sure this works even if the decl has been used before it's defined (PR20792). 74 // CHECK-DAG: declare dllimport void @decl() 75 __declspec(dllimport) void decl(void); 78 // CHECK-DAG: @use_decl = global void ()* @decl 79 void (*use_decl)(void) = &decl; 119 // Make sure this works even if the decl is used before it's defined (PR20792).
|
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_llvm.h | 81 const struct tgsi_full_declaration *decl); 85 const struct tgsi_full_declaration *decl);
|
/external/selinux/policycoreutils/semodule_deps/ |
semodule_deps.c | 145 avrule_decl_t *decl; local 162 for (decl = block->branch_list; decl != NULL; decl = decl->next) { 164 decl->module_name ? decl->module_name : BASE_NAME; 168 b = &decl->required.scope[i];
|
/external/zlib/src/ |
zlib2ansi | 24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ; 25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
|
/frameworks/av/media/common_time/ |
cc_helper.cpp | 95 #define CCHELPER_METHOD(decl, call) \ 96 status_t CCHelper::decl { \
|
/external/opencv3/modules/java/generator/ |
gen_java.py | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cgraph.h | 69 tree decl; variable 177 /* Represent which DECL tree (or reference to such tree) 203 Each function decl has assigned cgraph_node listing callees and callers. */ 254 /* Set when decl is an abstract function pointed to by the 280 /* True if this decl is a dispatcher for function versions. */ 301 to the dispatcher function decl, which is the function that must 307 dispatcher. The dispatcher decl is an alias to the resolver 308 function decl. */ 325 /* Remove the cgraph_function_version_info and cgraph_node for DECL. This 326 DECL is a duplicate declaration. * [all...] |
/external/selinux/libsepol/src/ |
link.c | 114 * to the object class. This means that the requirements for the decl are the union of the permissions 278 * not met, but we cannot because the decl might be optional (in which 1769 avrule_decl_t *decl, *last_decl = NULL; local 2198 avrule_decl_t *decl; local 2280 avrule_decl_t *decl; local 2326 avrule_decl_t *decl; local 2359 avrule_decl_t *decl; local 2389 avrule_decl_t *decl = cur->branch_list; local 2500 avrule_decl_t *decl; local [all...] |
/external/opencv3/modules/python/src2/ |
gen2.py | 241 def __init__(self, decl): 242 self.tp = decl[0].replace("*", "_ptr") 243 self.name = decl[1] 245 if "/RW" in decl[3]: 249 def __init__(self, name, decl=None): 261 if decl: 262 bases = decl[1].split()[1:] 276 for m in decl[2]: 284 self.props = [ClassProp(p) for p in decl[3]] 391 def __init__(self, classname, name, decl, isconstructor) [all...] |
/external/selinux/libsepol/tests/ |
test-common.c | 185 role_datum_t *test_role_type_set(policydb_t * p, char *id, avrule_decl_t * decl, char **types, unsigned int len, unsigned int flags) 191 if (decl) 192 role = hashtab_search(decl->p_roles.table, id); 226 void test_attr_types(policydb_t * p, char *id, avrule_decl_t * decl, char **types, int len) 233 if (decl) 234 attr = hashtab_search(decl->p_types.table, id); 239 printf("could not find attr %s in decl %d\n", id, decl->decl_id);
|
/external/deqp/modules/glshared/ |
glsRandomShaderProgram.cpp | 70 static void generateProgramDeclaration (sglr::pdec::ShaderProgramDeclaration& decl, const rsg::Shader& vertexShader, const rsg::Shader& fragmentShader, int numUnifiedUniforms, const rsg::ShaderInput* const* unifiedUniforms) 72 decl << sglr::pdec::VertexSource(vertexShader.getSource()) 78 decl << sglr::pdec::VertexAttribute(vertexInput->getVariable()->getName(), mapToGenericVecType(vertexInput->getVariable()->getType())); 84 decl << sglr::pdec::VertexToFragmentVarying(mapToGenericVecType(fragInput->getVariable()->getType())); 90 decl << sglr::pdec::Uniform(uniform->getVariable()->getName(), mapToBasicType(uniform->getVariable()->getType())); 93 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT); 98 sglr::pdec::ShaderProgramDeclaration decl; local 99 generateProgramDeclaration(decl, vertexShader, fragmentShader, numUnifiedUniforms, unifiedUniforms); 100 return decl;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_decl_sm30.c | 517 const struct tgsi_full_declaration *decl ) 519 unsigned first = decl->Range.First; 520 unsigned last = decl->Range.Last; 526 switch (decl->Declaration.File) { 529 ok = ps30_sampler( emit, decl->Semantic, idx ); 534 ok = vs30_input( emit, decl->Semantic, idx ); 536 ok = ps30_input( emit, decl->Semantic, idx ); 541 ok = vs30_output( emit, decl->Semantic, idx ); 543 ok = ps30_output( emit, decl->Semantic, idx );
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_sol_state.c | 131 uint16_t decl = 0; local 146 decl |= buffer << SO_DECL_OUTPUT_BUFFER_SLOT_SHIFT; 147 decl |= vue_map->vert_result_to_slot[vert_result] << 149 decl |= component_mask << SO_DECL_COMPONENT_MASK_SHIFT; 158 so_decl[i] = decl;
|
/external/deqp/external/vulkancts/modules/vulkan/ |
vktShaderLibrary.cpp | 289 ostringstream decl; local 302 decl << "layout(location = 0) in highp vec4 dEQP_Position;\n"; 314 decl << "layout(location = " << curInputLoc << ") in "; 319 decl << transportTypeStr << " " << val.name << ";\n"; 322 decl << transportTypeStr << " a_" << val.name << ";\n"; 327 declareUniforms(decl, spec.values); 338 decl << "layout(location = " << curOutputLoc << ") flat out "; 343 decl << transportTypeStr << " " << val.name << ";\n"; 346 decl << transportTypeStr << " v_" << val.name << ";\n"; 347 decl << valueTypeStr << " " << val.name << ";\n" 370 ostringstream decl; local 433 ostringstream decl; local 474 ostringstream decl; local 503 ostringstream decl; local 519 ostringstream decl; local 545 ostringstream decl; local [all...] |
/external/bison/src/ |
parse-gram.y | 58 * \param decl the formal argument 61 static void add_param (char const *type, char *decl, location loc); 716 declaration DECL and location LOC. */ 719 add_param (char const *type, char *decl, location loc) 730 for (p = decl; p[1]; p++) 731 if ((p == decl 742 ++decl; 743 while (c_isspace ((unsigned char) *decl)) 744 ++decl; 751 muscle_pair_list_grow (type, decl, name) [all...] |
/external/curl/tests/ |
convsrctest.pl | 114 my(@decl,@code); 143 push @decl, $_; 168 @decl,
|
/external/valgrind/coregrind/m_demangle/ |
cplus-dem.c | 1169 string decl; local 3547 string decl; local [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
cplus-dem.c | 1165 string decl; local 1179 string_init (&decl); 3543 string decl; local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.h | 109 - (void)decl;
|
/external/fec/ |
mmxbfly27.s | 38 decl %eax
|
mmxbfly29.s | 40 decl %eax
|
sse2bfly29.s | 39 decl %eax
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
ScanHandler.java | 52 public void decl(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
|