OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:note
(Results
801 - 825
of
7374
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/kernel-headers/original/linux/
in6.h
44
*
NOTE
: Be aware the IN6ADDR_* constants and in6addr_* externals are defined
103
*
Note
that this are in host byte order while the flowinfo field of
204
*
Note
: IPV6_RECVRTHDRDSTOPTS does not exist. see net/ipv6/datagram.c.
soundcard.h
242
#define WAVE_FAST_RELEASE 0x80 /* bit 7 = Shut off immediately after
note
off */
259
* playback speed for a
note
. The base_note defines the tone frequency
263
* The low_note and high_note fields define the minimum and maximum
note
269
* the
note
frequency multiplied by 1000. For example value for the
363
* are for the LSB.
Note
that just 7 bits are used in MIDI bytes.
441
*
Note
! SEQ_WAIT, SEQ_MIDIPUTC and SEQ_ECHO are used also as
561
/* Audio data formats (
Note
! U8=8 and S16_LE=16 for compatibility) */
586
/*
Note
! 'bytes' could be more than fragments*fragsize */
714
unsigned char data[4000]; /*
NOTE
! 4000 is not 4k */
792
/*
Note
! Number 31 cannot be used since the sign bit is reserved *
[
all
...]
/external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_imp.cpp
174
//
note
: return pointer can be null.
187
//
note
: the getSize call leaves if it's a bad pointer.
204
//
note
: return pointer can be null.
/external/openssl/crypto/store/
README
64
NOTE
: this function is really rather
72
NOTE
: this only marks an object as
78
NOTE
: this is really four functions:
/external/proguard/src/proguard/ant/
ProGuardTask.java
242
public void setNote(boolean
note
)
244
configuration.
note
=
note
? null : new ArrayList();
/external/qemu/android/utils/
path.h
37
/* get MAX_PATH,
note
that PATH_MAX is set to 260 on Windows for
140
/* unlink/delete a given file.
Note
that on Win32, this will
147
*
note
that this actually zero-terminates the file for convenience.
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m
156
- (void)appDidHide:(NSNotification*)
note
161
- (void)appWillUnhide:(NSNotification*)
note
176
- (void)appDidUnhide:(NSNotification*)
note
/external/qemu/elff/
elf_alloc.h
39
*
NOTE
: this header's sizeof must be always aligned accordingly to the
100
/* Current chunk to allocate memory from.
NOTE
: chunks are listed here
107
* instance allocations.
NOTE
: it's required, that all classes that use
/external/stlport/
INSTALL.unixes
35
Note
: ./configure give hints only for library build, it dosen't
43
Note
: you can find all recognised 'settings' in the file
62
Note
: you can use --prefix= to change installation path
/external/stlport/doc/
README.wince
6
exist.
Note
that for every supported compiler there is another readme file which
19
CE4.x and 5.
Note
that currently (2007-03-06) I haven't tested this with CE5,
26
so it supports compiling for MS Windows CE, versions 5 and later.
Note
that the
/external/webkit/WebCore/manual-tests/inspector/
debugger-watch-expressions.html
8
<p>Perform the following steps, and
note
the expected results:
25
<li><p>
Note
that the value for <code>d</code> should not change for the life of
30
Also
note
that as the scope changes due to the function invocation, values
/external/webkit/WebCore/platform/chromium/
PopupMenuChromium.h
71
//
NOTE
: this class is exposed so it can be instantiated direcly for the
86
//
Note
that when TAB is pressed, the selection is always accepted
142
//
Note
: this code was somehow arbitrarily factored-out of the Popup class
/frameworks/base/awt/org/apache/harmony/awt/internal/nls/
Messages.java
53
* resource bundle.
Note
that if this file is not available, or an invalid key
148
// BEGIN android-
note
150
// END android-
note
/frameworks/base/awt/org/apache/harmony/beans/internal/nls/
Messages.java
53
* resource bundle.
Note
that if this file is not available, or an invalid key
148
// BEGIN android-
note
150
// END android-
note
/frameworks/base/core/java/android/database/sqlite/
SQLiteCompiledSql.java
74
* <P>
Note
: this method acquires the database lock.</P>
89
//
Note
that the native_compile() takes care of destroying any previously
99
//
Note
that native_finalize() checks to make sure that nStatement is
/frameworks/base/core/java/android/hardware/
SensorListener.java
44
* <p> <b>IMPORTANT
NOTE
:</b> The axis <b><u>are swapped</u></b> when the
61
* <p>
Note
that this definition of yaw, pitch and roll is different from the
85
* <p><b><u>
Note
:</u></b> the magnetic field's Z axis is inverted.
/frameworks/base/include/binder/
IBinder.h
107
* @
note
You will only receive death notifications for remote binders,
112
* @
note
This link always holds a weak reference to its recipient.
114
* @
note
You will only receive a weak reference to the dead
/frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase2.java
82
* <p><b>
NOTE
:</b> Activities under test may not be started from within the UI thread.
114
* <p><b>
NOTE
:</b> Activities under test may not be started from within the UI thread.
136
* <p><b>
NOTE
:</b> Activities under test may not be started from within the UI thread.
/ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk
22
#
Note
that this file may end up being parsed several times in future
66
#
NOTE
: ARM Advanced SIMD (a.k.a. NEON) is not supported with this toolchain.
122
#
NOTE
: Ensure that TARGET_LIBGCC is placed after all private objects
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java
104
provider.
note
= getXmlAttribute(context, xml, "
note
");
158
public String
note
;
field in class:AccountSettingsUtils.Provider
/packages/apps/Email/tests/src/com/android/email/
VendorPolicyLoaderTest.java
107
*
Note
, in most cases very little will happen in this test, because there is
157
assertTrue(p.
note
== null || p.
note
.length() > 0); // no empty string
/system/core/libcutils/
strdup16to8.c
33
/* A small
note
on integer overflow. The result can
104
* Please
note
, a terminated \0 is always added, so your result will always
111
/*
Note
on overflows: We assume the user did check the result of
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
TNETW_Driver_Tx.c
180
/*
Note
that the following params are currently not used: aMore, aPowerLevel, aReserved. */
182
/*
Note
that the following descriptor params are for future use, so they are left zeroed:
185
/*
Note
that the other params are set later in the Tx process (e.g. fragThresh and numMemBlks). */
226
/*
Note
that the HwQueue calls first the fragThreshold and numMemBlks calculation. */
340
/*
Note
that this may happen when the Xfer-SM delays the Xfer-Done (for pipeline sequence). */
347
/*
Note
that depending on the type of compilation, the upper layers vary: */
407
/* @@@
Note
: Add Security Sequence Number handling. */
409
/*
Note
: The FW always provides the last used seq-num so no need to check if the current
414
/*
Note
that depending on the type of compilation, the upper layeres varry: */
427
/*
Note
that the Xfer-SM may delay the Xfer-Done (for pipeline sequence). *
[
all
...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalRecovery.c
107
*
Note
(s) : Done
163
*
Note
(s) : Done
191
*
Note
(s) : Done
224
*
Note
(s) : Done
305
*
Note
(s) : Done
362
*
Note
(s) : Done
392
*
Note
(s) : Done
422
*
Note
(s) : Done
469
*
Note
(s) : Done
489
*
Note
(s) : Done
[
all
...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
whalSecurity.c
49
*
Note
(s) :
103
*
Note
(s) :
164
*
Note
(s) :
220
*
Note
(s) :
250
*
Note
(s) :
285
*
Note
(s) :
308
*
Note
(s) :
325
*
Note
(s) :
343
*
Note
(s) :
407
*
Note
(s)
[
all
...]
Completed in 85 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>