Searched refs:context (Results 1 - 25 of 4206) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisTraverser.java48 * By the nature of the stateless traversal, the context node can not be
55 * @param context The context node of this traversal. This is the point
59 public int first(int context) argument
61 return next(context, context);
65 * By the nature of the stateless traversal, the context node can not be
72 * @param context The context node of this traversal. This is the point
78 public int first(int context, in argument
97 next(int context, int current) argument
115 next(int context, int current, int extendedTypeID) argument
[all...]
/external/clang/test/Sema/
H A Dfreemain.c7 void* main(void* context, long size) { argument
8 if (context) return allocate(size);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidiClassifier.java51 protected Object context; field in class:BidiClassifier
54 * @param context Context for this classifier instance.
57 public BidiClassifier(Object context) { argument
58 this.context = context;
62 * Sets classifier context, which can be used either by a caller or
65 * @param context Context for this classifier instance.
68 public void setContext(Object context) { argument
69 this.context = context;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiClassifier.java51 protected Object context; field in class:BidiClassifier
54 * @param context Context for this classifier instance.
58 public BidiClassifier(Object context) { argument
59 this.context = context;
63 * Sets classifier context, which can be used either by a caller or
66 * @param context Context for this classifier instance.
70 public void setContext(Object context) { argument
71 this.context = context;
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcontext.cpp23 #include "core/context.hpp"
27 context::context(const property_list &props, function in class:context
34 context::operator==(const context &ctx) const {
39 context::operator!=(const context &ctx) const {
43 const context::property_list &
44 context::properties() const {
48 context
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc65 GeneratorContext* context,
67 TryInsert("test.pb.h", "includes", context);
68 TryInsert("test.pb.h", "namespace_scope", context);
69 TryInsert("test.pb.h", "global_scope", context);
70 TryInsert("test.pb.h", "class_scope:foo.Bar", context);
71 TryInsert("test.pb.h", "class_scope:foo.Bar.Baz", context);
73 TryInsert("test.pb.cc", "includes", context);
74 TryInsert("test.pb.cc", "namespace_scope", context);
75 TryInsert("test.pb.cc", "global_scope", context);
78 TryInsert("test.pb.h", "field_get:foo.Bar.optInt", context);
63 Generate(const FileDescriptor* file, const string& parameter, GeneratorContext* context, string* error) const argument
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeRef.java24 final long context; field in class:NativeRef
26 NativeRef(long context) { argument
27 if (context == 0) {
28 throw new NullPointerException("context == 0");
31 this.context = context;
40 return ((NativeRef) o).context == context;
45 return (int) context;
51 if (context !
59 doFree(long context) argument
67 doFree(long context) argument
78 doFree(long context) argument
89 doFree(long context) argument
100 doFree(long context) argument
111 doFree(long context) argument
122 doFree(long context) argument
133 doFree(long context) argument
144 doFree(long context) argument
[all...]
/external/toybox/toys/android/
H A Druncon.c1 /* runcon.c - Run command in specified security context
14 Run a command in a specified security context.
22 char *context = *toys.optargs; local
24 if (setexeccon(context)) perror_exit("Could not set context to %s", context);
/external/ppp/pppd/plugins/radius/
H A Dmd5.c8 MD5_CTX context; local
10 MD5_Init (&context);
11 MD5_Update (&context, input, inlen);
12 MD5_Final (output, &context);
/external/skia/tests/
H A DGrContextAbandonTest.cpp23 if (GrContext* context = info.grContext()) {
26 context->abandonContext();
29 context->releaseResourcesAndAbandonContext();
32 context->abandonContext();
33 context->abandonContext();
36 context->abandonContext();
37 context->releaseResourcesAndAbandonContext();
40 context->releaseResourcesAndAbandonContext();
41 context->abandonContext();
44 context
[all...]
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang.h16 extern int glslang_initialize(TParseContext* context);
17 extern int glslang_finalize(TParseContext* context);
22 TParseContext* context);
23 extern int glslang_parse(TParseContext* context);
/external/swiftshader/src/OpenGL/libEGL/
H A DSync.hpp30 explicit FenceSync(Context *context) : context(context) argument
33 context->addRef();
38 context->release();
39 context = nullptr;
42 void wait() { context->finish(); signal(); }
48 Context *context; member in class:egl::FenceSync
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViERenderer.java18 public static SurfaceView CreateRenderer(Context context) { argument
19 return CreateRenderer(context, false);
22 public static SurfaceView CreateRenderer(Context context, argument
24 if(useOpenGLES2 == true && ViEAndroidGLES20.IsSupported(context))
25 return new ViEAndroidGLES20(context);
27 return new SurfaceView(context);
/external/icu/icu4c/source/i18n/
H A DdecContext.c22 /* context structures. */
27 #include "decContext.h" /* context and base types */
40 /* context is the context structure to be queried */
43 /* returns context */
47 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { argument
48 context->status&=~mask;
49 return context;
53 /* decContextDefault -- initialize a context structure */
55 /* context i
65 uprv_decContextDefault(decContext *context, Int kind) argument
130 uprv_decContextGetRounding(decContext *context) argument
142 uprv_decContextGetStatus(decContext *context) argument
158 uprv_decContextRestoreStatus(decContext *context, uInt newstatus, uInt mask) argument
175 uprv_decContextSaveStatus(decContext *context, uInt mask) argument
188 uprv_decContextSetRounding(decContext *context, enum rounding newround) argument
204 uprv_decContextSetStatus(decContext *context, uInt status) argument
225 uprv_decContextSetStatusFromString(decContext *context, const char *string) argument
276 uprv_decContextSetStatusFromStringQuiet(decContext *context, const char *string) argument
322 uprv_decContextSetStatusQuiet(decContext *context, uInt status) argument
334 uprv_decContextStatusToString(const decContext *context) argument
416 uprv_decContextTestStatus(decContext *context, uInt mask) argument
428 uprv_decContextZeroStatus(decContext *context) argument
[all...]
H A Dregextxt.cpp21 struct URegexUTextUnescapeCharContext *context = (struct URegexUTextUnescapeCharContext *)ct; local
23 if (offset == context->lastOffset + 1) {
24 c = UTEXT_NEXT32(context->text);
25 context->lastOffset++;
26 } else if (offset == context->lastOffset) {
27 c = UTEXT_PREVIOUS32(context->text);
28 UTEXT_NEXT32(context->text);
30 utext_moveIndex32(context->text, offset - context->lastOffset - 1);
31 c = UTEXT_NEXT32(context
44 uregex_ucstr_unescape_charAt(int32_t offset, void *context) argument
[all...]
/external/libvncserver/common/
H A Dsha1.c80 * context: [in/out]
81 * The context to reset.
87 int SHA1Reset(SHA1Context *context) argument
89 if (!context)
94 context->Length_Low = 0;
95 context->Length_High = 0;
96 context->Message_Block_Index = 0;
98 context->Intermediate_Hash[0] = 0x67452301;
99 context->Intermediate_Hash[1] = 0xEFCDAB89;
100 context
128 SHA1Result( SHA1Context *context, uint8_t Message_Digest[SHA1HashSize]) argument
185 SHA1Input( SHA1Context *context, const uint8_t *message_array, unsigned length) argument
256 SHA1ProcessMessageBlock(SHA1Context *context) argument
366 SHA1PadMessage(SHA1Context *context) argument
[all...]
/external/skia/src/sksl/ir/
H A DSkSLType.cpp40 const Type& Type::toCompound(const Context& context, int columns, int rows) const { argument
45 if (*this == *context.fFloat_Type) {
49 case 2: return *context.fVec2_Type;
50 case 3: return *context.fVec3_Type;
51 case 4: return *context.fVec4_Type;
56 case 2: return *context.fMat2x2_Type;
57 case 3: return *context.fMat3x2_Type;
58 case 4: return *context.fMat4x2_Type;
63 case 2: return *context.fMat2x3_Type;
64 case 3: return *context
[all...]
/external/toybox/lib/
H A Dlsm.h54 // Fetch this process's lsm context
67 static inline int lsm_set_create(char *context) argument
69 if (CFG_TOYBOX_SMACK) return smack_set_label_for_self(context);
70 else return setfscreatecon(context);
74 static inline int lsm_set_context(char *filename, char *context) argument
77 return smack_set_label_for_path(filename, XATTR_NAME_SMACK, 1, context);
78 else return setfilecon(filename, context);
82 static inline int lsm_lset_context(char *filename, char *context) argument
85 return smack_set_label_for_path(filename, XATTR_NAME_SMACK, 0, context);
86 else return lsetfilecon(filename, context);
90 lsm_fset_context(int file, char *context) argument
99 lsm_get_context(char *filename, char **context) argument
106 lsm_lget_context(char *filename, char **context) argument
113 lsm_fget_context(int file, char **context) argument
[all...]
/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_ASCIIEncoder.cpp36 void CBC_ASCIIEncoder::Encode(CBC_EncoderContext& context, int32_t& e) { argument
38 context.m_msg, context.m_pos);
41 encodeASCIIDigits(context.m_msg.GetAt(context.m_pos),
42 context.m_msg.GetAt(context.m_pos + 1), e);
46 context.writeCodeword(code);
47 context.m_pos += 2;
49 FX_WCHAR c = context
[all...]
/external/mesa3d/src/gallium/state_trackers/va/
H A Dpicture.c43 vlVaContext *context; local
54 context = handle_table_get(drv->htab, context_id);
55 if (!context) {
65 context->target_id = render_target;
67 context->target = surf->buffer;
69 if (!context->decoder) {
72 if (context->templat.profile == PIPE_VIDEO_PROFILE_UNKNOWN &&
73 context->target->buffer_format != PIPE_FORMAT_B8G8R8A8_UNORM &&
74 context->target->buffer_format != PIPE_FORMAT_R8G8B8A8_UNORM &&
75 context
101 getEncParamPreset(vlVaContext *context) argument
134 handlePictureParameterBuffer(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) argument
189 handleIQMatrixBuffer(vlVaContext *context, vlVaBuffer *buf) argument
214 handleSliceParameterBuffer(vlVaContext *context, vlVaBuffer *buf) argument
261 handleVASliceDataBufferType(vlVaContext *context, vlVaBuffer *buf) argument
323 handleVAEncMiscParameterTypeRateControl(vlVaContext *context, VAEncMiscParameterBuffer *misc) argument
341 handleVAEncMiscParameterTypeFrameRate(vlVaContext *context, VAEncMiscParameterBuffer *misc) argument
349 handleVAEncSequenceParameterBufferType(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) argument
370 handleVAEncMiscParameterBufferType(vlVaContext *context, vlVaBuffer *buf) argument
393 handleVAEncPictureParameterBufferType(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) argument
433 handleVAEncSliceParameterBufferType(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) argument
472 vlVaContext *context; local
547 vlVaContext *context; local
[all...]
/external/libtextclassifier/tests/
H A Dembedding-feature-extractor_test.cc46 TaskContext context; local
47 context.SetParameter("test_features", "");
48 context.SetParameter("test_embedding_names", "");
49 context.SetParameter("test_embedding_dims", "");
51 ASSERT_TRUE(tefe.Init(&context));
56 TaskContext context; local
60 context.SetParameter("test_features", spec);
61 context.SetParameter("test_embedding_names", "trigram;quadgram");
62 context.SetParameter("test_embedding_dims", "16;24");
64 ASSERT_TRUE(tefe.Init(&context));
73 TaskContext context; local
85 TaskContext context; local
97 TaskContext context; local
109 TaskContext context; local
121 TaskContext context; local
[all...]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DLauncherUtils.java46 * @param context application context
49 public static boolean launchPollingService(Context context) { argument
52 Intent intent = new Intent(context, PollingService.class);
53 return (context.startService(intent) != null);
59 * @param context application context
61 public static boolean stopPollingService(Context context) { argument
64 Intent intent = new Intent(context, PollingService.class);
65 return context
68 launchEabService(Context context) argument
75 stopEabService(Context context) argument
[all...]
/external/skia/experimental/SkV8Example/js/
H A Dpath.js11 function f(context) {
12 context.translate(10, 10);
14 context.strokeStyle = '#0000' + toHex(i);
15 context.stroke(p);
16 context.translate(1, 0);
18 context.fillStyle = '#ff0000';
19 print(context.width, context.height);
20 context.resetTransform();
21 context
[all...]
H A Dsample.js10 function f(context) {
13 context.translate(context.width/2, context.height/2);
14 context.rotate(ticks/10);
15 context.drawPath(p);
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dvalidation_context_unittest.cc29 internal::ValidationContext context(
32 EXPECT_FALSE(context.IsValidRange(
34 EXPECT_FALSE(context.ClaimMemory(
42 internal::ValidationContext context(ToPtr(0), 0, num_handles);
44 EXPECT_FALSE(context.ClaimHandle(Handle_Data(0)));
45 EXPECT_FALSE(context.ClaimHandle(
48 EXPECT_TRUE(context.ClaimHandle(
56 internal::ValidationContext context(ToPtr(1234), 100, 0);
59 EXPECT_FALSE(context.IsValidRange(ToPtr(100), 5));
60 EXPECT_FALSE(context
[all...]

Completed in 1784 milliseconds

1234567891011>>