OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:item_path
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbum.java
69
mItemPath = LocalImage.
ITEM_PATH
;
76
mItemPath = LocalVideo.
ITEM_PATH
;
150
itemPath = LocalImage.
ITEM_PATH
;
154
itemPath = LocalVideo.
ITEM_PATH
;
LocalSource.java
156
return id >= 0 ? LocalImage.
ITEM_PATH
.getChild(id) : null;
160
return id >= 0 ? LocalVideo.
ITEM_PATH
.getChild(id) : null;
195
if (parent == LocalImage.
ITEM_PATH
) {
197
} else if (parent == LocalVideo.
ITEM_PATH
) {
LocalVideo.java
43
static final Path
ITEM_PATH
= Path.fromString("/local/video/item");
LocalImage.java
48
static final Path
ITEM_PATH
= Path.fromString("/local/image/item");
/external/chromium/chrome/common/
json_schema_validator.cc
366
std::string
item_path
= path.empty() ? i_str : (path + "." + i_str);
local
367
Validate(item, single_type,
item_path
);
387
std::string
item_path
= path.empty() ? i_str : (path + "." + i_str);
local
393
Validate(item_value, item_schema,
item_path
);
398
errors_.push_back(Error(
item_path
, kArrayItemRequired));
415
std::string
item_path
= path.empty() ? i_str : (path + "." + i_str);
local
418
Validate(item_value, additional_properties_schema,
item_path
);
/development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp
192
const wchar_t*
item_path
,
205
usb_handle_ = CreateFile(
item_path
,
adb_legacy_endpoint_object.h
104
@param
item_path
[in] Path to the endpoint on our USB device.
116
virtual ADBAPIHANDLE CreateHandle(const wchar_t*
item_path
,
Completed in 717 milliseconds