HomeSort by relevance Sort by last modified time
    Searched full:_app (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
App.py 1 from _App import *
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
App.py 1 from _App import *
  /device/google/dragon/sepolicy/
seapp_contexts 1 user=_app seinfo=google name=com.google.android.crashuploader domain=crash_collector_app type=app_data_file levelFrom=user
  /device/google/marlin/sepolicy/verizon/
seapp_contexts 2 user=_app seinfo=verizon name=com.wits.monitor domain=obdm_app type=app_data_file levelFrom=all
  /device/google/marlin/sepolicy/
seapp_contexts 2 user=_app seinfo=google name=com.google.android.GoogleCamera domain=google_camera_app type=app_data_file levelFrom=user
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
app_backend.py 9 self._app = None
17 self._app = app
21 return self._app
  /frameworks/base/docs/image_sources/training/tv/tif/
app-link-diagram.graffle.zip 
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
namespace_range.py 163 _app=app)
167 _app=app)
179 _app=None):
206 self.__app = _app
242 _app=self.app),
245 _app=self.app)]
264 return 'NamespaceRange(namespace_start=%r, namespace_end=%r, _app=%r)' % (
281 return NamespaceRange(namespace_start, self.namespace_end, _app=self.app)
303 _app=self.app)
322 _app=self.app
    [all...]
control.py 49 _app=None,
124 _app=_app,
key_ranges.py 148 _app=current_ns_range.app)
  /ndk/build/core/
setup-app.mk 20 $(call assert-defined,_app)
22 _map := NDK_APP.$(_app)
30 NDK_APP_NAME := $(_app)
38 .PHONY: ndk-app-$(_app)
39 ndk-app-$(_app): $(NDK_APP_MODULES)
40 all: ndk-app-$(_app)
116 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
129 ifeq ($(NDK_APP.$(_app).cleaned_binaries),)
130 NDK_APP.$(_app).cleaned_binaries := true
add-application.mk 26 $(call assert-defined, _application_mk _app)
53 _map := NDK_APP.$(_app)
144 $(call ndk_log,Application $(_app) targets unknown platform '$(_bad_platform)')
184 $(call __ndk_info,Application $(_app) targets unknown ABI '$(_bad_abis)')
229 $(call ndk_log,Application '$(_app)' forced debuggable through NDK_DEBUG)
231 $(call ndk_log,Application '$(_app)' forced *not* debuggable through NDK_DEBUG)
242 $(call ndk_log,Application '$(_app)' *is* debuggable)
244 $(call ndk_log,Application '$(_app)' is not debuggable)
291 $(call __ndk_info,Weird, the application $(_app) is already defined by $(call get,$(_map),defined))\
305 NDK_ALL_APPS += $(_app)
    [all...]
main.mk 86 $(foreach _app,$(APP),\
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
93 Missing file: apps/$(_app)/Application.mk !)\
build-local.mk 195 _app := local macro
197 NDK_APPS := $(_app)
222 $(foreach _app,$(NDK_APPS),\
setup-abi.mk 27 TARGET_OUT := $(NDK_APP_OUT)/$(_app)/$(TARGET_ARCH_ABI)
  /system/sepolicy/
seapp_contexts 18 # user=_app will match any regular app UID.
45 # levelFrom=user is only supported for _app or _isolated UIDs.
46 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
68 neverallow user=_app name=.* seinfo=""
69 neverallow user=_app name=.* seinfo=default
96 user=_app seinfo=platform domain=platform_app type=app_data_file levelFrom=user
97 user=_app isAutoPlayApp=true domain=autoplay_app type=autoplay_data_file levelFrom=all
98 user=_app isPrivApp=true domain=priv_app type=app_data_file levelFrom=user
99 user=_app domain=untrusted_app type=app_data_file levelFrom=user
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
handlers.py 28 _APP = webapp.WSGIApplication(pipeline.create_handlers_map(), debug=True)
32 webapp_util.run_wsgi_app(_APP)
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
abstract_datastore_input_reader.py 32 _APP_PARAM = "_app"
118 _app=query_spec.app)
196 return [key_range.KeyRange(namespace=namespace, _app=app)]
200 _app=app,
209 return ([key_range.KeyRange(namespace=namespace, _app=app)] +
227 _app=app))
237 _app=app))
246 _app=app))
model_datastore_input_reader.py 58 _app=query_spec.app)
68 ns_ranges = [namespace_range.NamespaceRange(_app=query_spec.app)
75 _app=query_spec.app)
map_job_config.py 95 _app = _Option(basestring, can_be_none=True) variable in class:JobConfig
132 "app_id": self._app,
212 _app=mr_spec.params.get("app_id"),
  /frameworks/base/services/core/java/com/android/server/am/
ReceiverList.java 45 ReceiverList(ActivityManagerService _owner, ProcessRecord _app,
49 app = _app;
  /device/google/contexthub/firmware/src/cpu/cortexm4f/
appSupport.c 33 #define APP_VEC(_app) ((struct AppFuncs*)&((_app)->vec))
  /developers/samples/android/notification/MessagingService/
template-params.xml 92 example: res/xml/automotive\_app\_desc.xml
  /external/mdnsresponder/mDNSShared/
dns-sd.1 97 must be of the form "_app-proto._tcp" or "_app-proto._udp", where
mDNS.1 101 must be of the form "_app-proto._tcp" or "_app-proto._udp", where

Completed in 845 milliseconds

1 2