Searched defs:is_static (Results 1 - 17 of 17) sorted by relevance

/external/boringssl/include/openssl/
H A Dengine.h88 char is_static; member in struct:openssl_method_common_st
/external/boringssl/src/include/openssl/
H A Dengine.h88 char is_static; member in struct:openssl_method_common_st
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java149 public MethodInfo getFieldGetter(FieldInfo finfo, boolean is_static) argument
165 if (is_static)
174 if (is_static) {
200 public MethodInfo getFieldSetter(FieldInfo finfo, boolean is_static) argument
216 if (is_static)
226 if (is_static) {
H A DMemberCodeGen.java778 boolean is_static = resultStatic;
779 if (op != '=' && !is_static)
793 fi = atFieldRead(f, is_static);
804 if (is_static)
812 atFieldAssignCore(f, is_static, fi, is2w);
821 private void atFieldAssignCore(CtField f, boolean is_static, int fi, argument
824 if (is_static) {
840 MethodInfo minfo = maker.getFieldSetter(finfo, is_static);
860 boolean is_static = resultStatic;
863 atFieldRead(f, is_static);
[all...]
/external/mesa3d/src/mapi/glapi/
H A Dglapi_getproc.c380 GLboolean is_static[8]; local
386 (void) memset( is_static, 0, sizeof( is_static ) );
406 is_static[i] = GL_TRUE;
461 if (is_static[i]) {
/external/libdrm/intel/
H A Dintel_bufmgr_fake.c209 int is_static, validated; member in struct:_drm_intel_bo_fake
833 bo_fake->is_static = 0;
892 bo_fake->is_static = 1;
1006 if (bo_fake->is_static) {
1093 if (bo_fake->is_static)
1176 if (bo_fake->is_static) {
1281 if (!target_fake->is_static) {
1516 if (!bo_fake->is_static)
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1918 const bool is_static = false; local
1928 is_static,
/external/v8/src/ast/
H A Dast.cc246 Kind kind, bool is_static,
252 is_static_(is_static),
258 bool is_static,
263 is_static_(is_static),
245 ObjectLiteralProperty(Expression* key, Expression* value, Kind kind, bool is_static, bool is_computed_name) argument
256 ObjectLiteralProperty(AstValueFactory* ast_value_factory, Expression* key, Expression* value, bool is_static, bool is_computed_name) argument
H A Dast.h1417 bool is_static() const { return is_static_; } function in class:v8::internal::final
1437 bool is_static, bool is_computed_name);
1439 Expression* value, bool is_static,
3284 bool is_static, bool is_computed_name) {
3286 ObjectLiteral::Property(key, value, kind, is_static, is_computed_name);
3291 bool is_static,
3294 ast_value_factory_, key, value, is_static, is_computed_name);
3282 NewObjectLiteralProperty( Expression* key, Expression* value, ObjectLiteralProperty::Kind kind, bool is_static, bool is_computed_name) argument
3289 NewObjectLiteralProperty(Expression* key, Expression* value, bool is_static, bool is_computed_name) argument
/external/lldb/source/Symbol/
H A DClangASTType.cpp4541 bool is_static,
4609 clang::StorageClass SC = is_static ? SC_Static : SC_None;
4537 AddMethodToCXXRecordType(const char *name, const ClangASTType &method_clang_type, lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, bool is_explicit, bool is_attr_used, bool is_artificial) argument
/external/v8/src/parsing/
H A Dpreparser.h453 bool is_static,
459 bool is_static,
450 NewObjectLiteralProperty(PreParserExpression key, PreParserExpression value, ObjectLiteralProperty::Kind kind, bool is_static, bool is_computed_name) argument
457 NewObjectLiteralProperty(PreParserExpression key, PreParserExpression value, bool is_static, bool is_computed_name) argument
H A Dparser-base.h1888 const bool is_static = IsStaticMethod(method_kind); local
1928 is_static, *is_computed_name);
1985 name_expression, value, ObjectLiteralProperty::COMPUTED, is_static,
2033 is_static, *is_computed_name);
2081 is_static, *is_computed_name);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4144 bool &is_static,
4240 is_static = false;
6363 bool is_static = false; local
6495 is_static = true;
6506 is_static,
6686 if (!is_static && !die->HasChildren())
6709 is_static,
4139 ParseChildParameters(const SymbolContext& sc, clang::DeclContext *containing_decl_ctx, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, bool skip_artificial, bool &is_static, TypeList* type_list, std::vector<ClangASTType>& function_param_types, std::vector<clang::ParmVarDecl*>& function_param_decls, unsigned &type_quals, ClangASTContext::TemplateParameterInfos &template_param_infos) argument
/external/elfutils/src/
H A Dreadelf.c8253 bool is_static; local
8260 is_static = cu_kind & (1U << 31);
8286 printf (":%c)", (is_static ? 'S' : 'G'));
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 1175 milliseconds