/frameworks/compile/mclinker/lib/MC/ |
InputBuilder.cpp | 111 // archive needs a individual context. We identify the object files in an 113 LDContext* context = NULL; local 115 // pInput is an object in an archive file. Produce a new context in this 117 context = m_pContextFactory->produce(); 120 // Using pInput.path() to avoid from creating context for identical file 122 context = m_pContextFactory->produce(pInput.path()); 125 pInput.setContext(context);
|
/frameworks/compile/slang/ |
slang_rs_metadata_spec.h | 56 // Create a context associated with M for encoding metadata. 79 void *context; member in struct:RSMetadata
|
/frameworks/native/opengl/tests/filter/ |
filter.cpp | 36 EGLContext context; local 62 context = eglCreateContext(dpy, config, NULL, NULL); 63 eglMakeCurrent(dpy, surface, surface, context);
|
/frameworks/native/opengl/tests/finish/ |
finish.cpp | 43 EGLContext context; local 62 context = eglCreateContext(dpy, config, NULL, NULL); 63 eglMakeCurrent(dpy, surface, surface, context);
|
/frameworks/native/opengl/tests/gl_perf/ |
gl2_perf.cpp | 70 EGLContext context; local 105 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs); 107 if (context == EGL_NO_CONTEXT) { 111 returnValue = eglMakeCurrent(dpy, surface, surface, context);
|
/frameworks/native/opengl/tests/linetex/ |
linetex.cpp | 43 EGLContext context; local 62 context = eglCreateContext(dpy, config, NULL, NULL); 63 eglMakeCurrent(dpy, surface, surface, context);
|
/frameworks/native/opengl/tests/textures/ |
textures.cpp | 39 EGLContext context; local 58 context = eglCreateContext(dpy, config, NULL, NULL); 59 eglMakeCurrent(dpy, surface, surface, context);
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
ActivityCompatJB.java | 20 import android.content.Context; 25 public static void startActivity(Context context, Intent intent, Bundle options) { 26 context.startActivity(intent, options);
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
ResourceProvider.java | 19 import android.content.Context; 30 static void registerResources(Context context) { 35 AwResource.setResources(context.getResources());
|
/libcore/dex/src/main/java/com/android/dex/util/ |
ExceptionWithContext.java | 23 * Exception which carries around structured context. 26 /** {@code non-null;} human-oriented context of the exception */ 27 private StringBuffer context; field in class:ExceptionWithContext 30 * Augments the given exception with the given context, and return the 36 * @param str {@code non-null;} context to add 82 String ctx = ((ExceptionWithContext) cause).context.toString(); 83 context = new StringBuffer(ctx.length() + 200); 84 context.append(ctx); 86 context = new StringBuffer(200); 94 out.println(context); [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLServerSocketFactory.java | 61 SSLContext context; local 63 context = SSLContext.getDefault(); 65 context = null; 67 if (context != null) { 68 defaultServerSocketFactory = context.getServerSocketFactory();
|
SSLSocketFactory.java | 64 SSLContext context; local 66 context = SSLContext.getDefault(); 68 context = null; 70 if (context != null) { 71 defaultSocketFactory = context.getSocketFactory();
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
MockAlarmManager.java | 20 import android.content.Context; 26 private Context context; field in class:MockAlarmManager 31 MockAlarmManager(Context context) { 32 this.context = context; 47 context, expectedAlarmTime, DateUtils.FORMAT_SHOW_TIME) + ", actual:" 48 + DateUtils.formatDateTime(context, actualAlarmTime,
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
NotifyingAsyncQueryHandler.java | 20 import android.content.Context; 31 * {@link Context} objects. 43 public NotifyingAsyncQueryHandler(Context context, AsyncQueryListener listener) { 44 super(context.getContentResolver());
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
ClearCallLogDialog.java | 25 import android.content.Context; 52 final Context context = getActivity().getApplicationContext(); local 64 mCachedNumberLookupService.clearAllCacheEntries(context);
|
/packages/apps/Exchange/tests/src/com/android/exchange/ |
ExchangeServiceTest.java | 19 import android.content.Context; 30 public MyContext(Context base) { 42 final MyContext context = new MyContext(getContext()); local 44 final String id = ExchangeService.getDeviceId(context); 52 context.isGetFileStreamPathCalled = false; 53 final String cachedId = ExchangeService.getDeviceId(context); 58 assertFalse(context.isGetFileStreamPathCalled);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PackageChangedReceiver.java | 4 import android.content.Context; 9 public void onReceive(final Context context, Intent intent) { 17 LauncherAppState.setApplicationContext(context.getApplicationContext());
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MmsPushOutboxMessages.java | 20 import android.content.Context; 36 public void onReceive(Context context, Intent intent) { 43 context.startService(new Intent(context, TransactionService.class));
|
/packages/apps/Mms/tests/src/com/android/mms/util/ |
VerifyRecipientUnitTests.java | 19 import android.content.Context; 42 Context context = getContext(); local 43 mThreadId1 = Threads.getOrCreateThreadId(context, "232-4567"); 44 mThreadId2 = Threads.getOrCreateThreadId(context, "flintstone_fred@goofball.org"); 45 mThreadId3 = Threads.getOrCreateThreadId(context, "(801) 123-4567");
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
Utils.java | 19 import android.content.Context; 34 * @param context the application context 38 public static String formatElapsedTime(Context context, double millis, boolean inclSeconds) { 61 sb.append(context.getString(R.string.battery_history_days, 64 sb.append(context.getString(R.string.battery_history_hours, 67 sb.append(context.getString(R.string.battery_history_minutes, minutes, seconds)); 69 sb.append(context.getString(R.string.battery_history_seconds, seconds)); 73 sb.append(context.getString(R.string.battery_history_days_no_seconds [all...] |
/packages/apps/Stk/src/com/android/stk/ |
BootCompletedReceiver.java | 20 import android.content.Context; 31 public void onReceive(Context context, Intent intent) { 38 context.startService(new Intent(context, StkAppService.class)
|
StkCmdReceiver.java | 22 import android.content.Context; 33 public void onReceive(Context context, Intent intent) { 37 handleCommandMessage(context, intent); 39 handleSessionEnd(context, intent); 43 private void handleCommandMessage(Context context, Intent intent) { 48 context.startService(new Intent(context, StkAppService.class) 52 private void handleSessionEnd(Context context, Intent intent) [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MtpReceiver.java | 20 import android.content.Context; 31 public void onReceive(Context context, Intent intent) { 34 final Intent usbState = context.registerReceiver( 37 handleUsbState(context, usbState); 40 handleUsbState(context, intent); 44 private void handleUsbState(Context context, Intent intent) { 51 intent = new Intent(context, MtpService.class); 55 context.startService(intent) [all...] |
/system/core/init/ |
parser.h | 30 void *context; member in struct:parse_state
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DefaultHdfParser.java | 42 List<String> context = new ArrayList<String>(initialContextSize); local 45 parseLine(line, output, context, lineReader, dataFileName, errorHandler); 49 private void parseLine(String line, Data output, List<String> context, 57 output.setValue(createFullPath(context, split.left), split.right); 63 output.setValue(createFullPath(context, split.left), readToToken(lineReader, split.right)); 67 context.add(split.left); 71 context.remove(context.size() - 1); 74 output.setSymlink(createFullPath(context, split.left), split.right); 106 * Creates the full path, based on the current context [all...] |