/frameworks/base/core/java/com/android/internal/policy/ |
PhoneLayoutInflater.java | 47 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { 48 super(original, newContext); 71 public LayoutInflater cloneInContext(Context newContext) { 72 return new PhoneLayoutInflater(this, newContext);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLayoutInflater.java | 77 @Override public LayoutInflater cloneInContext(Context newContext) { 78 return bind(new MyLayoutInflater(newContext), newContext);
|
/frameworks/base/core/java/android/preference/ |
PreferenceInflater.java | 50 PreferenceInflater(GenericInflater<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) { 51 super(original, newContext); 56 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { 57 return new PreferenceInflater(this, mPreferenceManager, newContext);
|
GenericInflater.java | 119 * @param newContext The new Context to use. 121 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { 122 mContext = newContext; 132 * @param newContext The new Context to associate with the new inflater. 138 public abstract GenericInflater cloneInContext(Context newContext);
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
BridgeInflater.java | 72 protected BridgeInflater(LayoutInflater original, Context newContext) { 73 super(original, newContext); 74 newContext = getBaseContext(newContext); 75 if (newContext instanceof BridgeContext) { 76 mLayoutlibCallback = ((BridgeContext) newContext).getLayoutlibCallback(); 284 public LayoutInflater cloneInContext(Context newContext) { 285 return new BridgeInflater(this, newContext);
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
JmeSystem.java | 116 public static JmeContext newContext(AppSettings settings, JmeContext.Type contextType) {
118 return systemDelegate.newContext(settings, contextType);
|
/external/llvm/bindings/go/llvm/ |
string_test.go | 21 ctx := NewContext()
|
/external/mesa3d/src/glx/apple/ |
apple_glx_pbuffer.c | 203 CGLContextObj newcontext; local 220 err = apple_cgl.create_context(pfobj, NULL, &newcontext); 233 err = apple_cgl.set_current_context(newcontext); 245 apple_cgl.destroy_context(newcontext);
|
/external/pdfium/fpdfsdk/include/javascript/ |
JS_Runtime.h | 38 virtual IFXJS_Context * NewContext();
|
IJavaScript.h | 79 virtual IFXJS_Context* NewContext() = 0;
|
/external/selinux/libsepol/src/ |
mls.h | 62 uint32_t specified, context_struct_t * newcontext);
|
mls.c | 609 uint32_t specified, context_struct_t * newcontext) 623 return mls_range_set(newcontext, 631 return mls_copy_context(newcontext, scontext); 634 return mls_scopy_context(newcontext, scontext); 638 if (newcontext->type != tcontext->type) { 640 return mls_scopy_context(newcontext, scontext); 643 return mls_copy_context(newcontext, tcontext);
|
services.c | 1304 context_struct_t *scontext = 0, *tcontext = 0, newcontext; local [all...] |
/external/v8/test/cctest/ |
test-log-stack-tracer.cc | 150 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION); 198 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION); 268 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION); 277 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLContextTest.java | 74 SSLContext newContext = SSLContext.getInstance(protocol); 75 assertNotNull(newContext); 76 assertNotSame(oldContext, newContext); 77 SSLContext.setDefault(newContext); 78 assertSame(newContext, SSLContext.getDefault());
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetEncoderICU.java | 170 * newContext should remain the same since using a different newContext each time will negate the last 174 * @param newContext Object 177 public final void setFromUCallback(CoderResult err, CharsetCallback.Encoder newCallback, Object newContext) { 186 if (fromUContext == null || !fromUContext.equals(newContext)) { 187 setFromUContext(newContext); 194 * @param newContext Object 198 public final void setFromUContext(Object newContext) { 199 fromUContext = newContext; [all...] |
CharsetDecoderICU.java | 156 * newContext should remain the same since using a different newContext each time will negate the last 160 * @param newContext Object 163 public final void setToUCallback(CoderResult err, CharsetCallback.Decoder newCallback, Object newContext) { 172 if (toUContext == null || !toUContext.equals(newContext)) { 173 toUContext = newContext;
|
/cts/tests/tests/view/src/android/view/cts/ |
LayoutInflaterTest.java | 414 public MockLayoutInflater(LayoutInflater original, Context newContext) { 415 super(original, newContext); 425 public LayoutInflater cloneInContext(Context newContext) {
|
/external/icu/icu4c/source/test/cintltst/ |
tracetst.c | 225 const void *newContext = (const char *)originalTContext + 1; 231 utrace_setFunctions(newContext, testTraceEntry, testTraceExit, testTraceData); 236 TEST_ASSERT(context == newContext);
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
JmeAndroidSystem.java | 45 public JmeContext newContext(AppSettings settings, Type contextType) {
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/ |
AwtPanelsContext.java | 177 actualContext = JmeSystem.newContext(settings, Type.OffscreenSurface);
|
/external/pdfium/fpdfsdk/src/javascript/ |
JS_Runtime.cpp | 123 CJS_Context * pContext = (CJS_Context*)NewContext(); 190 IFXJS_Context* CJS_Runtime::NewContext()
|
/libcore/luni/src/test/java/libcore/xml/ |
JaxenXPathTestSuite.java | 175 Node newContext = (Node) xpath.evaluate( 178 xpath.evaluate(valueOfSelect, newContext, XPathConstants.STRING));
|
/external/pdfium/fpdfsdk/src/ |
fsdk_actionhandler.cpp | 195 IFXJS_Context* pContext = pRuntime->NewContext(); 346 IFXJS_Context* pContext = pRuntime->NewContext(); 436 IFXJS_Context* pContext = pRuntime->NewContext(); 632 IFXJS_Context* pContext = pRuntime->NewContext(); 688 IFXJS_Context* pContext = pRuntime->NewContext(); 712 IFXJS_Context* pContext = pRuntime->NewContext();
|
/libcore/luni/src/main/java/javax/security/auth/ |
Subject.java | 179 AccessControlContext newContext; 196 newContext = (AccessControlContext) AccessController.doPrivileged(dccAction); 198 return AccessController.doPrivileged(action, newContext); 253 AccessControlContext newContext; 270 newContext = AccessController.doPrivileged(dccAction); 272 return AccessController.doPrivileged(action, newContext);
|