OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentKey
(Results
1 - 11
of
11
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetEventListener.java
70
* @param
parentKey
The key of the parent asset that is being loaded
75
public void assetDependencyNotFound(AssetKey
parentKey
, AssetKey dependentAssetKey);
ImplHandler.java
115
* @param
parentKey
The parent key
117
public void establishParentKey(AssetKey
parentKey
){
119
parentAssetKey.set(
parentKey
);
123
public void releaseParentKey(AssetKey
parentKey
){
124
if (parentAssetKey.get() ==
parentKey
){
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java
263
* @param
parentKey
the {@link Key} that invokes more keys keyboard.
264
* @param parentKeyboardView the {@link KeyboardView} that contains the
parentKey
.
267
public Builder(final Context context, final Key
parentKey
,
277
mParentKey =
parentKey
;
279
final MoreKeySpec[] moreKeys =
parentKey
.getMoreKeys();
287
&& !
parentKey
.noKeyPreview() && moreKeys.length == 1
302
+ (
parentKey
.hasLabelsInMoreKeys()
304
width = getMaxKeyWidth(
parentKey
, mParams.mDefaultKeyWidth, padding,
305
parentKeyboardView.newLabelPaint(
parentKey
));
309
if (
parentKey
.needsDividersInMoreKeys())
[
all
...]
/external/lzma/CPP/Windows/
Registry.h
13
LONG SetValue(HKEY
parentKey
, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value);
31
LONG Create(HKEY
parentKey
, LPCTSTR keyName,
36
LONG Open(HKEY
parentKey
, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS);
Registry.cpp
19
LONG CKey::Create(HKEY
parentKey
, LPCTSTR keyName,
23
MYASSERT(
parentKey
!= NULL);
26
LONG res = RegCreateKeyEx(
parentKey
, keyName, 0, keyClass,
38
LONG CKey::Open(HKEY
parentKey
, LPCTSTR keyName, REGSAM accessMask)
40
MYASSERT(
parentKey
!= NULL);
42
LONG res = RegOpenKeyEx(
parentKey
, keyName, 0, accessMask, &key);
170
LONG SetValue(HKEY
parentKey
, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value)
174
LONG res = key.Create(
parentKey
, keyName);
/external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp
283
Resource res, const char *inKey, const char *
parentKey
, int32_t depth,
298
else if(depth==2 &&
parentKey
!=NULL) {
299
if(0!=strcmp(
parentKey
, "%%DEPENDENCY")) {
/external/icu4c/tools/toolutil/
pkgitems.cpp
283
Resource res, const char *inKey, const char *
parentKey
, int32_t depth,
298
else if(depth==2 &&
parentKey
!=NULL) {
299
if(0!=strcmp(
parentKey
, "%%DEPENDENCY")) {
/packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java
308
long
parentKey
= Mailbox.NO_MAILBOX;
315
parentKey
= parentMailbox.mId;
320
mailbox.mParentKey =
parentKey
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
/packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java
[
all
...]
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 416 milliseconds