/external/smali/baksmali/ |
build.gradle | 66 ant.symlink(link: file("${destinationDir}/baksmali.jar"), resource: archivePath, overwrite: true)
|
/external/valgrind/main/helgrind/tests/ |
bar_bad.stderr.exp | 53 with error code 16 (EBUSY: Device or resource busy)
|
/frameworks/base/core/java/android/widget/ |
YearPickerView.java | 124 public YearAdapter(Context context, int resource) { 125 super(context, resource);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
ListViewTest.java | 131 public Adapter(Context context, int resource, List<T> objects) { 132 super(context, resource, objects);
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
YearPickerView.java | 105 public YearAdapter(Context context, int resource, List<String> objects) { 106 super(context, resource, objects);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
ListPrefSettingPopup.java | 58 int resource, String[] from, int[] to) { 59 super(context, data, resource, from, to);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ModeSelectorItem.java | 142 * Sets image resource as the icon for the mode. By default, all drawables instances 143 * loaded from the same resource share a common state; if you modify the state 149 * @param resource resource id of the asset to be used as icon 151 public void setImageResource(int resource) { 152 Drawable drawableIcon = getResources().getDrawable(resource);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
phonet.h | 71 __u16 pn_e_res_id; /* extended resource ID */ 79 #define PN_PREFIX 0xE0 /* resource for extended messages */ 152 __u8 resource) 154 spn->spn_resource = resource;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
phonet.h | 71 __u16 pn_e_res_id; /* extended resource ID */ 79 #define PN_PREFIX 0xE0 /* resource for extended messages */ 152 __u8 resource) 154 spn->spn_resource = resource;
|
/prebuilts/misc/common/swig/include/2.0.11/php/ |
phprun.swg | 115 /* Just register the pointer as a resource. */ 119 * Wrap the resource in an object, the resource will be accessible 123 zval *resource; 137 MAKE_STD_ZVAL(resource); 138 ZEND_REGISTER_RESOURCE(resource, value, *(int *)(type->clientdata)); 156 zend_hash_update(HASH_OF(z), (char*)"_cPtr", sizeof("_cPtr"), (void*)&resource, sizeof(zval), NULL); 169 instance of a resource of the type id, so we have to pass type_name as well. 172 SWIG_ZTS_ConvertResourcePtr which gets the type name from the resource 201 and type info from the resource in z. z must be a resource [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
SourceRevealer.java | 136 IResource resource = unit.getResource(); local 137 if (resource instanceof IFile) { 138 IFile file = (IFile) resource; 188 IResource resource = type.getResource(); local 189 if (resource instanceof IFile) { 193 return displayFile((IFile) resource, lineNumber); 305 IResource resource) { 309 if (m.getResource().equals(resource)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
ChangedFileSetHelper.java | 187 private static String getRelativePath(@NonNull IProject project, @NonNull IResource resource) { 188 return resource.getFullPath().makeRelativeTo(project.getFullPath()).toString();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceXmlTextActionTest.java | 107 ResourceUrl resource = RenameResourceXmlTextAction.findResource(document, cursor); local 108 assertEquals(expectedResource, resource);
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
StorageManagerTest.java | 242 fail("Failed to load resource with id: " + rawResId); 251 private String mountObb(final int resource, final File file, int expectedState) { 252 copyRawToFile(resource, file); 270 private ObbObserver mountObbWithoutWait(final int resource, final File file) { 271 copyRawToFile(resource, file);
|
/external/bluetooth/bluedroid/utils/src/ |
bt_utils.c | 32 #include <sys/resource.h>
|
/external/chromium_org/base/ |
sys_info_posix.cc | 10 #include <sys/resource.h>
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_info_message_filter.h | 60 const std::string& resource,
|
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details.cc | 66 const UnsafeResource& resource) { 71 return factory_->CreateMalwareDetails(ui_manager, web_contents, resource); 78 const UnsafeResource& resource) 83 resource_(resource), 108 // Looks for a Resource for the given url in resources_. If found, it 109 // updates |resource|. Otherwise, it creates a new message, adds it to 110 // resources_ and updates |resource| to point to it. 111 ClientMalwareReportRequest::Resource* MalwareDetails::FindOrCreateResource( 118 // Create the resource for |url|. 120 linked_ptr<ClientMalwareReportRequest::Resource> new_resource [all...] |
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
new_tab_ui.h | 93 // Adds |resource| to the source. |resource_id| is resource id or 0, 95 // resource. 96 void AddResource(const char* resource, 104 // Maps resource files to mime types an resource ids.
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_pdf_host.h | 41 PP_Resource resource);
|
/external/chromium_org/content/renderer/pepper/ |
pepper_url_loader_host.cc | 49 PP_Resource resource) 50 : ResourceHost(host->GetPpapiHost(), instance, resource), 60 DCHECK((main_document_loader && !resource) || 61 (!main_document_loader && resource)); 70 // resource (which is reasonable). It then makes a second request to load the 208 // An "Open" isn't a resource Call so has no reply, but failure to open
|
pepper_video_capture_host.h | 32 PP_Resource resource);
|
pepper_websocket_host.h | 34 PP_Resource resource);
|
/external/chromium_org/content/shell/renderer/test_runner/ |
WebTestDelegate.h | 129 // The same as rewriteLayoutTestsURL unless the resource is a path starting 131 virtual std::string pathToLocalResource(const std::string& resource) = 0; 152 // Returns true if resource requests to external URLs should be permitted.
|
/external/chromium_org/ppapi/c/dev/ |
ppb_font_dev.h | 196 * Returns PP_TRUE if the given resource is a Font. Returns PP_FALSE if the 197 * resource is invalid or some type other than a Font. 199 PP_Bool (*IsFont)(PP_Resource resource);
|